home *** CD-ROM | disk | FTP | other *** search
- Files included
-
- RN-CO.DOC - This Document
- CO.COM - Executable Modified CO
- CO.ASM - Source for Modified CO
- RN.COM - Executable Modified RN
- RN.ASM - Source for Modified RN
- RN.DEF - MicroSoft Mouse Menu Source for RN and CO
- RN.MNU - MicroSoft Mouse Menu Executable for RN and CO
-
-
-
- 'Copyright 1987 Ziff-Davis Publishing Co.'
- 'Michael J. Mefford'
-
- Michael J. Mefford 1987/No. 16 (Utilities)
-
- This is a modified version of PC Magazines RN Utility
- It has Been modified for some special batch tasks.
- Several new parameters have been added.
-
- Purpose:
- Select, create, rename, delete or backup selected directory.
-
-
- Format:
- RN [d:][\directory 1] [d:][\directory 2] [/E][/S][/D][/T][/O]
- [/M1] [/M2] [/M3] [/M4]
-
- Directory 1 - RN will display this directory and any subdirectories.
- Directory 2 - Passed to CO.
-
-
- /E - Passed to CO.
- /S - Passed to CO.
- /D - Passed to CO.
- /T - Passed to CO.
- /O - Passed to CO.
- /M1 - Exit when return pressed, normally the program goes to CO.
- /M2 - Don't use Directory 1 parameter pass to CO.
- /M3 - Passed to CO.
- /M4 - Passed to CO.
-
- Program Functions:
-
- ╔═════════════════════════════╗
- ║ PC Magazine RN.COM ║
- ╟─────────────────────────────╢
- ║ Enter ─┘ to Select Directry║
- ║ F2 ^Exit to DOS ║
- ║ ║
- ║ F4 ^File Maintenance ║
- ║ F5 ^Rename Directory ║
- ║ F6 Delete dir & all files ║
- ║ F7 ^Make a new Directory ║
- ║ F8 ^Change Backup/Rest Parm║
- ║ F9 ^Backup Directory ║
- ║ F10 Restore Directory ║
- ║ Backup/Restore Parameters ║
- ║ ^Dr=A: ^Path=*.* ║
- ║ ^Options=/S ║
- ║ Esc to Cancel Program ║
- ╚═════════════════════════════╝
- Use: PgUp PgDn
- ^PgUp ^PgDn Home End
-
-
- Modified by Bob Hunt 414-287-3308
-
-
-
- 'Copyright 1987 Ziff-Davis Publishing Co.'
- 'Michael J. Mefford'
-
-
- Michael J. Mefford 1987/No. 21 (Utilities)
-
- This is a modified version of PC Magazines CO Utility
- It has Been modified for some special batch tasks.
- Several new parameters have been added.
-
- Purpose:
- Select, Copy, move, or delete file(s) individually or in tagged
- groups from directory listings sorted by name, extension, size, or date.
-
- One special function will place the file name selected in the
- environment variable FILE=name. You may view it with the set command.
-
- Format:
- CO [d:][\directory 1] [d:][\directory 2] [/E][/S][/D][/T][/O]
- [/M3] [/M4]
-
- Directory 1 - CO will read and display files in this directory
- Directory 2 - CO will only copy to this direcory when this parameter
- is entered.
-
- /E - Sort Files by file extension.
- /S - Sort Files by file size.
- /D - Sort Files by Date and time.
- /T - Sort Files by Date and time.
- /O - Don't Sort Files leave in order DOS put them.
- /M3 - Special setup for copying models to start a program
- /M4 - Start with Long menu (RN call with this parm).
-
- Program Functions:
-
- ╔═════════════════════════════╗
- ║ PC Magazine CO.COM ║
- ╟─────────────────────────────╢
- ║ Enter ─┘ Select & End Pgm ║
- ║ ║
- ║ F3 ^Sort directory names ║
- ║ F4 ^Browse selected file ║
- ║ F5 ^Rename File(s) ║
- ║ F6 ^Delete File(s) ║
- ║ F7 ^Copy File(s) ║
- ║ F8 ^Move File(s) ║
- ║ F9 Mark all files ║
- ║ F10 Clear all marked Files ║
- ║ Toggles (on/off) ║
- ║ √^Verify ^EBCDIC ^Wordstar║
- ║ +/- Ins/Del to Mark/Unmark ║
- ║ Esc to Cancel Program ║
- ╚═════════════════════════════╝
- Use: PgUp PgDn
- ^PgUp ^PgDn Home End
-
-
- Modified by Bob Hunt 414-287-3308